net/http.http2StreamError.StreamID (field)
16 uses
net/http (current package)
h2_bundle.go#L1238: StreamID uint32
h2_bundle.go#L1249: return http2StreamError{StreamID: id, Code: code}
h2_bundle.go#L1254: return fmt.Sprintf("stream error: stream ID %d; %v; %v", e.StreamID, e.Code, e.Cause)
h2_bundle.go#L1256: return fmt.Sprintf("stream error: stream ID %d; %v", e.StreamID, e.Code)
h2_bundle.go#L5190: if st, ok := sc.streams[v.StreamID]; ok {
h2_bundle.go#L5311: if st, ok := sc.streams[se.StreamID]; ok {
h2_bundle.go#L5791: StreamID: st.id,
h2_bundle.go#L9504: if cs := rl.streamByID(se.StreamID); cs != nil {
h2_bundle.go#L9565: StreamID: f.StreamID,
h2_bundle.go#L9594: StreamID: f.StreamID,
h2_bundle.go#L9903: StreamID: f.StreamID,
h2_bundle.go#L9911: StreamID: f.StreamID,
h2_bundle.go#L9920: StreamID: f.StreamID,
h2_bundle.go#L10138: StreamID: f.StreamID,
h2_bundle.go#L10590: return ctx.Framer().WriteRSTStream(se.StreamID, se.Code)
h2_bundle.go#L10900: return se.StreamID
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |